<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/meson.git/test cases/python, branch thinlto</title>
<subtitle>github.com: mesonbuild/meson.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/'/>
<entry>
<title>simplify/correct test logic</title>
<updated>2020-07-12T13:53:26+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-07-12T13:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=c9d8d4628e4ae4409d09f255cc18517cdd5f1fbe'/>
<id>c9d8d4628e4ae4409d09f255cc18517cdd5f1fbe</id>
<content type='text'>
before this, tests were being skipped on Ubuntu 20.04 with Anaconda Python
Now, all 5 tests success
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
before this, tests were being skipped on Ubuntu 20.04 with Anaconda Python
Now, all 5 tests success
</pre>
</div>
</content>
</entry>
<entry>
<title>some python test cases don't care about backend, so run them in any case</title>
<updated>2020-07-12T13:12:16+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-07-12T13:12:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=895de87b9069d1fca51c3550fe7d113a43f9e586'/>
<id>895de87b9069d1fca51c3550fe7d113a43f9e586</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>raise SystemExit() generally preferred to sys.exit(1)</title>
<updated>2020-07-12T13:08:04+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-07-12T13:08:04+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=4f1a240bc2c2029f281330c13273bfc876219c45'/>
<id>4f1a240bc2c2029f281330c13273bfc876219c45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>c lang not needed for this test</title>
<updated>2020-07-12T13:04:59+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-07-12T13:04:59+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=173d1624cb82f213d1e4fd738874c4de49f9bf47'/>
<id>173d1624cb82f213d1e4fd738874c4de49f9bf47</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setuptools is not stdlib, but distutils is</title>
<updated>2020-07-12T13:01:55+00:00</updated>
<author>
<name>Michael Hirsch</name>
<email>scivision@users.noreply.github.com</email>
</author>
<published>2020-07-12T13:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ab72f52743518915c7602f6d3631b9cb8080e0e2'/>
<id>ab72f52743518915c7602f6d3631b9cb8080e0e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable extension module tests with Python 3.8 and VS2015.</title>
<updated>2019-10-20T10:30:17+00:00</updated>
<author>
<name>Jussi Pakkanen</name>
<email>jpakkane@gmail.com</email>
</author>
<published>2019-10-19T17:04:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=ad1cfbe7ec58cdec3472e3bae23f952c8a287b78'/>
<id>ad1cfbe7ec58cdec3472e3bae23f952c8a287b78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>modules/python: add a modules keyword argument</title>
<updated>2019-06-12T11:13:20+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2019-06-11T17:25:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=15ab1f64f964ce5d3ab254b5698f7325754cc2b7'/>
<id>15ab1f64f964ce5d3ab254b5698f7325754cc2b7</id>
<content type='text'>
This mirrors the modules keyword argument that some dependencies (such
as qt and llvm) take. This allows an easier method to determine if
modules are installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mirrors the modules keyword argument that some dependencies (such
as qt and llvm) take. This allows an easier method to determine if
modules are installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>modules/python: Report program found in find_installation()</title>
<updated>2019-04-03T21:48:29+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2019-04-02T22:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=82346a2bd241fcf34e66f34ac653b580e8f395ef'/>
<id>82346a2bd241fcf34e66f34ac653b580e8f395ef</id>
<content type='text'>
Currently find_installation is silent, which is pretty annoying. Let's
log it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently find_installation is silent, which is pretty annoying. Let's
log it.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Add tests for the python module</title>
<updated>2018-12-12T20:23:37+00:00</updated>
<author>
<name>Dylan Baker</name>
<email>dylan@pnwbakers.com</email>
</author>
<published>2018-12-10T22:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=978e6fb88f926da14314a3563de13197a092cc9f'/>
<id>978e6fb88f926da14314a3563de13197a092cc9f</id>
<content type='text'>
This doesn't touch everything as it's just based on the python3 module
tests, ported to the python module. It's still better than the one very
basic test in the unit test module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't touch everything as it's just based on the python3 module
tests, ported to the python module. It's still better than the one very
basic test in the unit test module.
</pre>
</div>
</content>
</entry>
<entry>
<title>python module: Move tests to test cases/unit</title>
<updated>2018-05-03T13:26:34+00:00</updated>
<author>
<name>Nirbheek Chauhan</name>
<email>nirbheek@centricular.com</email>
</author>
<published>2018-05-03T13:26:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/meson.git/commit/?id=575ffec62e9b24513db48cd5af3a1100fc79143f'/>
<id>575ffec62e9b24513db48cd5af3a1100fc79143f</id>
<content type='text'>
The tests are only run via unit tests, so that's where they should be.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests are only run via unit tests, so that's where they should be.
</pre>
</div>
</content>
</entry>
</feed>
